1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctThucDon
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.grThongtinTD = new System.Windows.Forms.GroupBox();
32             
this.cmbTrangthai = new System.Windows.Forms.ComboBox();
33             
this.cmbTenLTD = new System.Windows.Forms.ComboBox();
34             
this.label9 = new System.Windows.Forms.Label();
35             
this.txtTontoithieu = new System.Windows.Forms.TextBox();
36             
this.label8 = new System.Windows.Forms.Label();
37             
this.txtSoluongton = new System.Windows.Forms.TextBox();
38             
this.txtDongiaton = new System.Windows.Forms.TextBox();
39             
this.label6 = new System.Windows.Forms.Label();
40             
this.label7 = new System.Windows.Forms.Label();
41             
this.txtDonvitinh = new System.Windows.Forms.TextBox();
42             
this.label5 = new System.Windows.Forms.Label();
43             
this.txtTenTD = new System.Windows.Forms.TextBox();
44             
this.label4 = new System.Windows.Forms.Label();
45             
this.label3 = new System.Windows.Forms.Label();
46             
this.txtIdTD = new System.Windows.Forms.TextBox();
47             
this.label2 = new System.Windows.Forms.Label();
48             
this.btnThemMoi = new System.Windows.Forms.Button();
49             
this.btnHuy = new System.Windows.Forms.Button();
50             
this.btnLuu = new System.Windows.Forms.Button();
51             
this.btnXoa = new System.Windows.Forms.Button();
52             
this.btnSua = new System.Windows.Forms.Button();
53             
this.grDanhsachTD = new System.Windows.Forms.GroupBox();
54             
this.dgvDanhsachTD = new System.Windows.Forms.DataGridView();
55             
this.IdThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.TenLoaiThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.TenThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.DonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
59             
this.SoLuongTon = new System.Windows.Forms.DataGridViewTextBoxColumn();
60             
this.DonGiaTon = new System.Windows.Forms.DataGridViewTextBoxColumn();
61             
this.TonToiThieu = new System.Windows.Forms.DataGridViewTextBoxColumn();
62             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
63             
this.label10 = new System.Windows.Forms.Label();
64             
this.label1 = new System.Windows.Forms.Label();
65             
this.grThongtinTD.SuspendLayout();
66             
this.grDanhsachTD.SuspendLayout();
67             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhsachTD)).BeginInit();
68             
this.SuspendLayout();
69             
//
70             
// grThongtinTD
71             
//
72             
this.grThongtinTD.Controls.Add(this.cmbTrangthai);
73             
this.grThongtinTD.Controls.Add(this.cmbTenLTD);
74             
this.grThongtinTD.Controls.Add(this.label9);
75             
this.grThongtinTD.Controls.Add(this.txtTontoithieu);
76             
this.grThongtinTD.Controls.Add(this.label8);
77             
this.grThongtinTD.Controls.Add(this.txtSoluongton);
78             
this.grThongtinTD.Controls.Add(this.txtDongiaton);
79             
this.grThongtinTD.Controls.Add(this.label6);
80             
this.grThongtinTD.Controls.Add(this.label7);
81             
this.grThongtinTD.Controls.Add(this.txtDonvitinh);
82             
this.grThongtinTD.Controls.Add(this.label5);
83             
this.grThongtinTD.Controls.Add(this.txtTenTD);
84             
this.grThongtinTD.Controls.Add(this.label4);
85             
this.grThongtinTD.Controls.Add(this.label3);
86             
this.grThongtinTD.Controls.Add(this.txtIdTD);
87             
this.grThongtinTD.Controls.Add(this.label2);
88             
this.grThongtinTD.Location = new System.Drawing.Point(1, 52);
89             
this.grThongtinTD.Name = "grThongtinTD";
90             
this.grThongtinTD.Size = new System.Drawing.Size(238, 282);
91             
this.grThongtinTD.TabIndex = 0;
92             
this.grThongtinTD.TabStop = false;
93             
//
94             
// cmbTrangthai
95             
//
96             
this.cmbTrangthai.FormattingEnabled = true;
97             
this.cmbTrangthai.Location = new System.Drawing.Point(127, 223);
98             
this.cmbTrangthai.Name = "cmbTrangthai";
99             
this.cmbTrangthai.Size = new System.Drawing.Size(100, 21);
100             
this.cmbTrangthai.TabIndex = 82;
101             
//
102             
// cmbTenLTD
103             
//
104             
this.cmbTenLTD.FormattingEnabled = true;
105             
this.cmbTenLTD.Location = new System.Drawing.Point(127, 65);
106             
this.cmbTenLTD.Name = "cmbTenLTD";
107             
this.cmbTenLTD.Size = new System.Drawing.Size(100, 21);
108             
this.cmbTenLTD.TabIndex = 76;
109             
//
110             
// label9
111             
//
112             
this.label9.AutoSize = true;
113             
this.label9.Location = new System.Drawing.Point(11, 227);
114             
this.label9.Name = "label9";
115             
this.label9.Size = new System.Drawing.Size(65, 13);
116             
this.label9.TabIndex = 83;
117             
this.label9.Text = "Trạng Thái :";
118             
//
119             
// txtTontoithieu
120             
//
121             
this.txtTontoithieu.Location = new System.Drawing.Point(127, 197);
122             
this.txtTontoithieu.Name = "txtTontoithieu";
123             
this.txtTontoithieu.Size = new System.Drawing.Size(100, 20);
124             
this.txtTontoithieu.TabIndex = 81;
125             
//
126             
// label8
127             
//
128             
this.label8.AutoSize = true;
129             
this.label8.Location = new System.Drawing.Point(11, 201);
130             
this.label8.Name = "label8";
131             
this.label8.Size = new System.Drawing.Size(80, 13);
132             
this.label8.TabIndex = 84;
133             
this.label8.Text = "Tồn Tối Thiểu :";
134             
//
135             
// txtSoluongton
136             
//
137             
this.txtSoluongton.Location = new System.Drawing.Point(127, 143);
138             
this.txtSoluongton.Name = "txtSoluongton";
139             
this.txtSoluongton.Size = new System.Drawing.Size(100, 20);
140             
this.txtSoluongton.TabIndex = 79;
141             
//
142             
// txtDongiaton
143             
//
144             
this.txtDongiaton.Location = new System.Drawing.Point(127, 171);
145             
this.txtDongiaton.Name = "txtDongiaton";
146             
this.txtDongiaton.Size = new System.Drawing.Size(100, 20);
147             
this.txtDongiaton.TabIndex = 80;
148             
//
149             
// label6
150             
//
151             
this.label6.AutoSize = true;
152             
this.label6.Location = new System.Drawing.Point(11, 147);
153             
this.label6.Name = "label6";
154             
this.label6.Size = new System.Drawing.Size(81, 13);
155             
this.label6.TabIndex = 85;
156             
this.label6.Text = "Số Lượng Tồn :";
157             
//
158             
// label7
159             
//
160             
this.label7.AutoSize = true;
161             
this.label7.Location = new System.Drawing.Point(11, 175);
162             
this.label7.Name = "label7";
163             
this.label7.Size = new System.Drawing.Size(74, 13);
164             
this.label7.TabIndex = 86;
165             
this.label7.Text = "Đơn Giá Tồn :";
166             
//
167             
// txtDonvitinh
168             
//
169             
this.txtDonvitinh.Location = new System.Drawing.Point(127, 117);
170             
this.txtDonvitinh.Name = "txtDonvitinh";
171             
this.txtDonvitinh.Size = new System.Drawing.Size(100, 20);
172             
this.txtDonvitinh.TabIndex = 78;
173             
//
174             
// label5
175             
//
176             
this.label5.AutoSize = true;
177             
this.label5.Location = new System.Drawing.Point(11, 121);
178             
this.label5.Name = "label5";
179             
this.label5.Size = new System.Drawing.Size(71, 13);
180             
this.label5.TabIndex = 87;
181             
this.label5.Text = "Đơn Vị Tính :";
182             
//
183             
// txtTenTD
184             
//
185             
this.txtTenTD.Location = new System.Drawing.Point(127, 91);
186             
this.txtTenTD.Name = "txtTenTD";
187             
this.txtTenTD.Size = new System.Drawing.Size(100, 20);
188             
this.txtTenTD.TabIndex = 77;
189             
//
190             
// label4
191             
//
192             
this.label4.AutoSize = true;
193             
this.label4.Location = new System.Drawing.Point(11, 95);
194             
this.label4.Name = "label4";
195             
this.label4.Size = new System.Drawing.Size(83, 13);
196             
this.label4.TabIndex = 88;
197             
this.label4.Text = "Tên Thực Đơn :";
198             
//
199             
// label3
200             
//
201             
this.label3.AutoSize = true;
202             
this.label3.Location = new System.Drawing.Point(11, 69);
203             
this.label3.Name = "label3";
204             
this.label3.Size = new System.Drawing.Size(106, 13);
205             
this.label3.TabIndex = 89;
206             
this.label3.Text = "Tên Loại Thực Đơn :";
207             
//
208             
// txtIdTD
209             
//
210             
this.txtIdTD.Enabled = false;
211             
this.txtIdTD.Location = new System.Drawing.Point(127, 39);
212             
this.txtIdTD.Name = "txtIdTD";
213             
this.txtIdTD.Size = new System.Drawing.Size(100, 20);
214             
this.txtIdTD.TabIndex = 91;
215             
//
216             
// label2
217             
//
218             
this.label2.AutoSize = true;
219             
this.label2.Location = new System.Drawing.Point(16, 43);
220             
this.label2.Name = "label2";
221             
this.label2.Size = new System.Drawing.Size(73, 13);
222             
this.label2.TabIndex = 90;
223             
this.label2.Text = "Id Thực Đơn :";
224             
//
225             
// btnThemMoi
226             
//
227             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
228             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
229             
this.btnThemMoi.Location = new System.Drawing.Point(12, 384);
230             
this.btnThemMoi.Name = "btnThemMoi";
231             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
232             
this.btnThemMoi.TabIndex = 7;
233             
this.btnThemMoi.Text = "Thêm ";
234             
this.btnThemMoi.UseVisualStyleBackColor = true;
235             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
236             
//
237             
// btnHuy
238             
//
239             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
240             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
241             
this.btnHuy.Location = new System.Drawing.Point(121, 413);
242             
this.btnHuy.Name = "btnHuy";
243             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
244             
this.btnHuy.TabIndex = 11;
245             
this.btnHuy.Text = "Hủy";
246             
this.btnHuy.UseVisualStyleBackColor = true;
247             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
248             
//
249             
// btnLuu
250             
//
251             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
252             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
253             
this.btnLuu.Location = new System.Drawing.Point(48, 413);
254             
this.btnLuu.Name = "btnLuu";
255             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
256             
this.btnLuu.TabIndex = 10;
257             
this.btnLuu.Text = "Lưu";
258             
this.btnLuu.UseVisualStyleBackColor = true;
259             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
260             
//
261             
// btnXoa
262             
//
263             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
264             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265             
this.btnXoa.Location = new System.Drawing.Point(158, 384);
266             
this.btnXoa.Name = "btnXoa";
267             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
268             
this.btnXoa.TabIndex = 9;
269             
this.btnXoa.Text = "Xóa";
270             
this.btnXoa.UseVisualStyleBackColor = true;
271             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
272             
//
273             
// btnSua
274             
//
275             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
276             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
277             
this.btnSua.Location = new System.Drawing.Point(85, 384);
278             
this.btnSua.Name = "btnSua";
279             
this.btnSua.Size = new System.Drawing.Size(75, 23);
280             
this.btnSua.TabIndex = 8;
281             
this.btnSua.Text = "Sửa";
282             
this.btnSua.UseVisualStyleBackColor = true;
283             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
284             
//
285             
// grDanhsachTD
286             
//
287             
this.grDanhsachTD.Controls.Add(this.dgvDanhsachTD);
288             
this.grDanhsachTD.Location = new System.Drawing.Point(245, 52);
289             
this.grDanhsachTD.Name = "grDanhsachTD";
290             
this.grDanhsachTD.Size = new System.Drawing.Size(990, 384);
291             
this.grDanhsachTD.TabIndex = 112;
292             
this.grDanhsachTD.TabStop = false;
293             
//
294             
// dgvDanhsachTD
295             
//
296             
this.dgvDanhsachTD.AllowUserToAddRows = false;
297             
this.dgvDanhsachTD.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
298             
this.dgvDanhsachTD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
299             
this.dgvDanhsachTD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
300             
this.IdThucDon,
301             
this.TenLoaiThucDon,
302             
this.TenThucDon,
303             
this.DonViTinh,
304             
this.SoLuongTon,
305             
this.DonGiaTon,
306             
this.TonToiThieu,
307             
this.TrangThai});
308             
this.dgvDanhsachTD.Dock = System.Windows.Forms.DockStyle.Bottom;
309             
this.dgvDanhsachTD.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
310             
this.dgvDanhsachTD.Location = new System.Drawing.Point(3, 9);
311             
this.dgvDanhsachTD.Name = "dgvDanhsachTD";
312             
this.dgvDanhsachTD.ReadOnly = true;
313             
this.dgvDanhsachTD.Size = new System.Drawing.Size(984, 372);
314             
this.dgvDanhsachTD.TabIndex = 1;
315             
//
316             
// IdThucDon
317             
//
318             
this.IdThucDon.DataPropertyName = "IdThucDon";
319             
this.IdThucDon.HeaderText = "Id thực đơn";
320             
this.IdThucDon.Name = "IdThucDon";
321             
this.IdThucDon.ReadOnly = true;
322             
//
323             
// TenLoaiThucDon
324             
//
325             
this.TenLoaiThucDon.DataPropertyName = "TenLoaiThucDon";
326             
this.TenLoaiThucDon.HeaderText = "Tên loại thực đơn";
327             
this.TenLoaiThucDon.Name = "TenLoaiThucDon";
328             
this.TenLoaiThucDon.ReadOnly = true;
329             
//
330             
// TenThucDon
331             
//
332             
this.TenThucDon.DataPropertyName = "TenThucDon";
333             
this.TenThucDon.HeaderText = "Tên thực đơn";
334             
this.TenThucDon.Name = "TenThucDon";
335             
this.TenThucDon.ReadOnly = true;
336             
//
337             
// DonViTinh
338             
//
339             
this.DonViTinh.DataPropertyName = "DonViTinh";
340             
this.DonViTinh.HeaderText = "Đơn vị tính";
341             
this.DonViTinh.Name = "DonViTinh";
342             
this.DonViTinh.ReadOnly = true;
343             
//
344             
// SoLuongTon
345             
//
346             
this.SoLuongTon.DataPropertyName = "SoLuongTon";
347             
this.SoLuongTon.HeaderText = "Số lượng tồn";
348             
this.SoLuongTon.Name = "SoLuongTon";
349             
this.SoLuongTon.ReadOnly = true;
350             
//
351             
// DonGiaTon
352             
//
353             
this.DonGiaTon.DataPropertyName = "DonGiaTon";
354             
this.DonGiaTon.HeaderText = "Đơn giá tồn";
355             
this.DonGiaTon.Name = "DonGiaTon";
356             
this.DonGiaTon.ReadOnly = true;
357             
//
358             
// TonToiThieu
359             
//
360             
this.TonToiThieu.DataPropertyName = "TonToiThieu";
361             
this.TonToiThieu.HeaderText = "Tồn tối thiểu";
362             
this.TonToiThieu.Name = "TonToiThieu";
363             
this.TonToiThieu.ReadOnly = true;
364             
//
365             
// TrangThai
366             
//
367             
this.TrangThai.DataPropertyName = "TrangThai";
368             
this.TrangThai.HeaderText = "Trạng thái";
369             
this.TrangThai.Name = "TrangThai";
370             
this.TrangThai.ReadOnly = true;
371             
//
372             
// label10
373             
//
374             
this.label10.AutoSize = true;
375             
this.label10.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
376             
this.label10.Location = new System.Drawing.Point(626, 20);
377             
this.label10.Name = "label10";
378             
this.label10.Size = new System.Drawing.Size(190, 17);
379             
this.label10.TabIndex = 113;
380             
this.label10.Text = "DANH SÁCH THỰC ĐƠN";
381             
//
382             
// label1
383             
//
384             
this.label1.AutoSize = true;
385             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
386             
this.label1.Location = new System.Drawing.Point(45, 20);
387             
this.label1.Name = "label1";
388             
this.label1.Size = new System.Drawing.Size(168, 17);
389             
this.label1.TabIndex = 114;
390             
this.label1.Text = "QUẢN LÝ THỰC ĐƠN";
391             
//
392             
// uctThucDon
393             
//
394             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
395             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
396             
this.Controls.Add(this.label1);
397             
this.Controls.Add(this.label10);
398             
this.Controls.Add(this.grDanhsachTD);
399             
this.Controls.Add(this.btnThemMoi);
400             
this.Controls.Add(this.btnHuy);
401             
this.Controls.Add(this.btnLuu);
402             
this.Controls.Add(this.btnXoa);
403             
this.Controls.Add(this.btnSua);
404             
this.Controls.Add(this.grThongtinTD);
405             
this.Name = "uctThucDon";
406             
this.Size = new System.Drawing.Size(1238, 441);
407             
this.Load += new System.EventHandler(this.uctThucDon_Load);
408             
this.grThongtinTD.ResumeLayout(false);
409             
this.grThongtinTD.PerformLayout();
410             
this.grDanhsachTD.ResumeLayout(false);
411             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhsachTD)).EndInit();
412             
this.ResumeLayout(false);
413             
this.PerformLayout();
414
415         }
416
417         
#endregion
418
419         
private System.Windows.Forms.GroupBox grThongtinTD;
420         
private System.Windows.Forms.Button btnThemMoi;
421         
private System.Windows.Forms.Button btnHuy;
422         
private System.Windows.Forms.Button btnLuu;
423         
private System.Windows.Forms.Button btnXoa;
424         
private System.Windows.Forms.Button btnSua;
425         
private System.Windows.Forms.GroupBox grDanhsachTD;
426         
private System.Windows.Forms.ComboBox cmbTrangthai;
427         
private System.Windows.Forms.ComboBox cmbTenLTD;
428         
private System.Windows.Forms.Label label9;
429         
private System.Windows.Forms.TextBox txtTontoithieu;
430         
private System.Windows.Forms.Label label8;
431         
private System.Windows.Forms.TextBox txtSoluongton;
432         
private System.Windows.Forms.TextBox txtDongiaton;
433         
private System.Windows.Forms.Label label6;
434         
private System.Windows.Forms.Label label7;
435         
private System.Windows.Forms.TextBox txtDonvitinh;
436         
private System.Windows.Forms.Label label5;
437         
private System.Windows.Forms.TextBox txtTenTD;
438         
private System.Windows.Forms.Label label4;
439         
private System.Windows.Forms.Label label3;
440         
private System.Windows.Forms.TextBox txtIdTD;
441         
private System.Windows.Forms.Label label2;
442         
private System.Windows.Forms.DataGridView dgvDanhsachTD;
443         
private System.Windows.Forms.DataGridViewTextBoxColumn IdThucDon;
444         
private System.Windows.Forms.DataGridViewTextBoxColumn TenLoaiThucDon;
445         
private System.Windows.Forms.DataGridViewTextBoxColumn TenThucDon;
446         
private System.Windows.Forms.DataGridViewTextBoxColumn DonViTinh;
447         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongTon;
448         
private System.Windows.Forms.DataGridViewTextBoxColumn DonGiaTon;
449         
private System.Windows.Forms.DataGridViewTextBoxColumn TonToiThieu;
450         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
451         
private System.Windows.Forms.Label label10;
452         
private System.Windows.Forms.Label label1;
453     }
454 }


Gõ tìm kiếm nhanh...